home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.8 / PCGAMER Disc 2.8 SEPT 1996.iso / MENU.BAT < prev    next >
DOS Batch File  |  1996-07-02  |  6KB  |  289 lines

  1. echo off
  2. cls
  3. :pcg
  4. echo.
  5. echo            ╔═════════════════════════════════════════╗
  6. echo            ║  Welcome to the PC GAMER DOS Installer  ║
  7. echo            ╚═════════════════════════════════════════╝
  8. echo.
  9. echo    ╔═══════════════════════════════════════════════════════════╗
  10. echo    ║  Please press the letter of the game you wish to install  ║
  11. echo    ╚═══════════════════════════════════════════════════════════╝
  12. echo.
  13. echo a. Quake                  n. Return of Arcade
  14. echo b. Quake Patch!           o. M1A2 Abrams
  15. echo c. Alien Trilogy          p. Duke Nukem 3D (MAPS)
  16. echo d. Settlers 2             q. Descent 2 (HOGS)
  17. echo e. ATF                    r. HEXEN (WADS)
  18. echo f. Shattered Steel        s. Doom 2 (WADS)
  19. echo g. Star Fighter PC        t. WarCraft II Levels (PUDS)
  20. echo h. ShellShock
  21. echo i. Iron Blood
  22. echo j. Shakii the Wolf
  23. echo k. Catz
  24. echo l. Death From Above
  25. echo m. Lemmings Paintball
  26. echo.                           
  27. echo For information and system requirements on a given game, 
  28. echo please refer to the Disc Pages in the magazine.
  29. echo.
  30. choice /c:abcdefghijklmnopqrstuvwxyz /n
  31. if errorlevel 26 goto end
  32. if errorlevel 25 goto end
  33. if errorlevel 24 goto end
  34. if errorlevel 23 goto end
  35. if errorlevel 22 goto end
  36. if errorlevel 21 goto end
  37. if errorlevel 20 goto inst20
  38. if errorlevel 19 goto inst19
  39. if errorlevel 18 goto inst18
  40. if errorlevel 17 goto inst17
  41. if errorlevel 16 goto inst16
  42. if errorlevel 15 goto inst15
  43. if errorlevel 14 goto inst14
  44. if errorlevel 13 goto inst13
  45. if errorlevel 12 goto inst12
  46. if errorlevel 11 goto inst11
  47. if errorlevel 10 goto inst10
  48. if errorlevel 9 goto inst9
  49. if errorlevel 8 goto inst8
  50. if errorlevel 7 goto inst7
  51. if errorlevel 6 goto inst6
  52. if errorlevel 5 goto inst5
  53. if errorlevel 4 goto inst4
  54. if errorlevel 3 goto inst3
  55. if errorlevel 2 goto inst2
  56. if errorlevel 1 goto inst1
  57.  
  58. :inst1
  59. cls
  60. echo.
  61. echo     After installing Quake, please exit and
  62. echo     install the Quake Patch!
  63. echo.
  64. pause
  65. CD\QUAKE
  66. CALL INSTALL.BAT
  67. echo.
  68. echo Type WIN to return to the PC Gamer CD.
  69. goto end
  70.  
  71. :inst2
  72. CD\QPATCH
  73. CALL INSTALL.BAT
  74. echo.
  75. echo Type WIN to return to the PC Gamer CD.
  76. goto end
  77.  
  78. :inst3
  79. CD\ALIEN
  80. CALL INSTALL.BAT
  81. echo.
  82. echo Type WIN to return to the PC Gamer CD.
  83. goto end
  84.  
  85. :inst4
  86. CD\SETTLER2
  87. CALL INSTALL.BAT
  88. echo.
  89. echo Type WIN to return to the PC Gamer CD.
  90. goto end
  91.  
  92. :inst5
  93. CD\ATFDEMO
  94. CALL DEMO.BAT
  95. echo.
  96. echo Type WIN to return to the PC Gamer CD.
  97. goto end
  98.  
  99. :inst6
  100. CD\SSTEEL
  101. CALL INSTALL.EXE
  102. echo.
  103. echo Type WIN to return to the PC Gamer CD. 
  104. goto end
  105.  
  106. :inst7
  107. CD\SFDEMO
  108. CALL SFRUNME.BAT
  109. echo.
  110. echo Type WIN to return to the PC Gamer CD. 
  111. goto end
  112.  
  113. :inst8
  114. CD\SHELSHOK
  115. CALL INSTSHOK.BAT
  116. cls
  117. echo.
  118. echo Change to the directory you installed
  119. echo ShellShock to and type RUN
  120. echo. 
  121. echo Type WIN to return to the PC Gamer CD. 
  122. goto end
  123.  
  124. :inst9
  125. CD\IRON
  126. CALL INSTIRON.BAT
  127. cls
  128. echo.
  129. echo Change to the directory you installed
  130. echo Iron Blood to and type SETUP to select
  131. echo sound settings. Type GAME to play.
  132. echo. 
  133. echo Type WIN to return to the PC Gamer CD. 
  134. goto end
  135.  
  136. :inst10
  137. CD\SHAKII
  138. CALL INSTSHAK.BAT
  139. cls
  140. echo.
  141. echo Change to the directory you installed
  142. echo Shakii to and type SETUP to select
  143. echo sound settings. Type DEMO to play.
  144. echo. 
  145. echo Type WIN to return to the PC Gamer CD. 
  146. goto end
  147.  
  148. :inst11
  149. cls
  150. echo.
  151. echo                           CATZ
  152. echo. 
  153. echo Catz is a Windows 3.1 game. You'll need to load Windows or Win '95
  154. echo and run the X:\CATZ\SETUP.EXE file (where X is the letter of your
  155. echo CD-ROM drive. 
  156. echo.
  157. echo You can check the Disc Pages in the magazine for more information.
  158. echo.
  159. echo.
  160. pause
  161. goto pcg
  162.  
  163. :inst12
  164. cls
  165. echo.
  166. echo                       DEATH FROM ABOVE
  167. echo. 
  168. echo Death From Above is a Windows 3.1 game. You'll need to load Windows
  169. echo or Win '95 and run the X:\MONKEY\SETUP.EXE file (where X is the letter
  170. echo of your CD-ROM drive. 
  171. echo.
  172. echo You can check the Disc Pages in the magazine for more information.
  173. echo.
  174. echo.
  175. pause
  176. goto pcg
  177.  
  178. :inst13
  179. cls
  180. echo .
  181. echo                   LEMMINGS PAINTBALL
  182. echo.
  183. echo Lemmings Paintball is for Windows '95 only.
  184. echo.
  185. echo You'll need to load Windows '95 and run the X:\LEMBALL\SETUP.BAT
  186. echo file (where X is the letter of your CD-ROM drive).
  187. echo.
  188. echo.
  189. pause
  190. goto pcg
  191.  
  192.  
  193. :inst14
  194. cls
  195. echo .
  196. echo                   RETURN OF ARCADE
  197. echo.
  198. echo Return of Arcade is for Windows '95 only.
  199. echo.
  200. echo You'll need to load Windows '95 and run the X:\ROATRIAL\ROATRIAL.EXE
  201. echo file (where X is the letter of your CD-ROM drive).
  202. echo.
  203. echo.
  204. pause
  205. goto pcg
  206.  
  207. :inst15
  208. cls
  209. echo .
  210. echo                M1A2 ABRAMS
  211. echo.
  212. echo M1A2 Abrams is for Windows '95 only.
  213. echo.
  214. echo You'll need to load Windows '95 and run the X:\ABRAMSDM\DISK1\SETUP.EXE
  215. echo file (where X is the letter of your CD-ROM drive).
  216. echo.
  217. echo.
  218. pause
  219. goto pcg
  220.  
  221. :inst16
  222. cls
  223. CD\DUKE3D
  224. cls
  225. TYPE README.TXT
  226. echo.
  227. pause
  228. echo.
  229. echo Type WIN to return to the PC Gamer CD.
  230. echo.
  231. echo Type MENU to return to the DOS installation menu.
  232. goto end
  233.  
  234. :inst17
  235. CD\DESCENT2
  236. cls
  237. TYPE README.TXT
  238. echo.
  239. pause
  240. echo.
  241. echo Type WIN to return to the PC Gamer CD.
  242. echo.
  243. echo Type MENU to return to the DOS installation menu.
  244. goto end
  245.  
  246. :inst18
  247. cls
  248. CD\HEXEN
  249. cls
  250. TYPE README.TXT
  251. echo.
  252. echo Type WIN to return to the PC Gamer CD.
  253. echo.
  254. pause
  255. echo.
  256. echo Type MENU to return to the DOS installation menu.
  257. goto end
  258.  
  259. :inst19
  260. CD\DOOM2
  261. CLS
  262. TYPE README.TXT 
  263. echo.
  264. pause
  265. echo.
  266. echo Type WIN to return to the PC Gamer CD.
  267. echo.
  268. echo Type MENU to return to the DOS installation menu.
  269. goto end
  270.  
  271. :inst20
  272. CD\WAR2
  273. cls
  274. TYPE README.TXT
  275. echo.
  276. pause
  277. echo.
  278. echo Type WIN to return to the PC Gamer CD.
  279. echo.
  280. echo Type MENU to return to the DOS installation menu.
  281. goto end
  282.  
  283.  
  284.  
  285.  
  286. :end
  287.  
  288.  
  289.